ComponentOne ASP.NET MVC Controls
LayoutDefinition Property

C1.Web.Mvc.MultiRow Namespace > MultiRow<T> Class : LayoutDefinition Property
Gets or sets an array that defines the layout of the rows used to display each data item.
Syntax
'Declaration
 
Public ReadOnly Property LayoutDefinition As IList(Of CellGroup)
public IList<CellGroup> LayoutDefinition {get;}
See Also

Reference

MultiRow<T> Class
MultiRow<T> Members